From: Stefan Monnier Date: Thu, 20 Mar 2014 22:00:20 +0000 (-0400) Subject: * electric.el (global-map): Really bind C-j. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~809 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b88eed604a4dc73d8de27069b17c136076903ce0;p=emacs.git * electric.el (global-map): Really bind C-j. Fixes: debbugs:16770 --- diff --git a/lisp/electric.el b/lisp/electric.el index 4e24101dd6a..91262a23381 100644 --- a/lisp/electric.el +++ b/lisp/electric.el @@ -286,7 +286,8 @@ mode set `electric-indent-inhibit', but this can be used as a workaround.") (let ((electric-indent-mode nil)) (newline arg 'interactive))) -;;;###autoload(define-key global-map "\C-j" 'electric-newline-and-maybe-indent) +;;;###autoload +(define-key global-map "\C-j" 'electric-newline-and-maybe-indent) ;;;###autoload (defun electric-newline-and-maybe-indent () "Insert a newline.